				    ﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{padding: 0; margin: 0;}
ul { list-style:none;}
i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;}
input:-ms-input-placeholder{color: #CCC;} /*=//IE10=*/
textarea:-ms-input-placeholder{color: #CCC;} /*=//IE10=*/  
input::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	text-align: left;
	font-family:Microsoft YaHei;
	background-color: #FFF;
}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{
	font-family:Microsoft YaHei;
	text-decoration: none;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#333;
}
a:hover{
	color: #06C;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;
}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	height:650px;
	MARGIN:auto;
}
#top{
	position:relative;
	margin:auto;
	width:1060px;
	height:140px;
	text-align:center;
}

#logo a{/*网站标题位置*/
    position:absolute;
	z-index:25;
	top:40px;
	left:0;
	width:510px;
	height:68px;
	background: url(logo.png) no-repeat;
}
#search form {
	position:absolute;
	z-index:10;
	top:65px;
	right:0px;
	width:360px;
	margin:0 auto 20px auto;
	text-align:center;
	overflow:hidden;
	border:1px solid #009fe8;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	background-color:#FFF;
    }
.inp_srh {
	width:300px;
	height:33px;
	padding:0 0 0 5px;
	color: #666;
	float:left;
	line-height:33px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
    border:0px solid #cbcbcb;
}
.btn_srh {
	width:60px;
	height:33px;
	line-height:33px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background:url(search.png) #009fe8 50% 50% no-repeat;
	float:right;
}
#search * { vertical-align:middle;display:inline;}
#top_banner{
	position:absolute;
	z-index:25;
	top:140px;
	left:50%;
	width:1060px;
	height:483px;
	margin-left:-530px;  /*设置为宽度的一半*/
	margin-top:0px;
	background-color:#fff;display:table;
}
/*导航切换效果 */
.tb_{
	width:100%;
	height:53px;
	text-align:center;
	background: #008cd7;
	background-repeat: repeat-x;
	background-position: left top;
}
.tb_ ul{
	width:100%;
	height:53px;
	float: left;
	padding:0px 0 0 0px;
}
.tb_ li{
	float:left;
	width:14.2857%;
	height:53px;
	line-height:53px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-weight: normal;
	font-size: 18px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

/* 用于控制显示与隐藏的css类 */
.normaltab{
	color: #fff;
	text-decoration: none;
}
.hovertab    {
	color: #333;
	text-decoration: none;
	background-image: url(an_bj.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
.dis{display:block;}
.undis{display:none;}


/*===========================================================================================首页板块样式=*/
.shouye_left { float:left; width:495px; height:380px;margin:25px 0 0px 25px;}
.shouye_right { float: right; width:495px;height:400px; margin:25px 25px 0px 0; overflow:hidden;}
/*头条板块*/
.toutiao_box {position: relative;margin:0 0px 5px 0;overflow: hidden;}
.toutiao_img{
	position: absolute;
	top:0;
	left:20px; z-index:1;
	width:33px; height:71px;
	background-image: url(index_tt.png);
}
.toutiao_box dl{height:90px;border:1px solid #e3e3e3;}
.toutiao_box dl dt{ margin:6px 20px 0 70px;font-size:20px;color:#0046ab; font-weight:bold;text-align: left;line-height:1.8;}
.toutiao_box dl dt a{color:#0167b6;}
.toutiao_box dl dd{margin:0 20px 0 70px;font-size:12px;color:#666;text-align:justify;line-height:1.5;}

/*新闻滑动门 */
.news_{
	height:50px;
	background-image: url(index_news_bj.gif);
	background-repeat: repeat-x;
	background-position: left 45px;
}
.news_ ul{

    height:50px;
	float: left;
	padding:1px 0 0 1px;
}
.news_ li{
	float:left;
    width:100px;
	height:50px;
	line-height:45px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-size:18px;
	text-decoration: none;
	font-weight: normal;
}
.news_an_a{color:#333;text-decoration: none;}
.news_an_b{color:#0168b7;text-decoration: none;background: url(index_news_an.gif) no-repeat center bottom;}
.news_dis{display:block;}
.news_undis{display:none;}

/*新闻列表*/
.news_more a { 
    position:absolute;
	font-family:Microsoft YaHei;
	font-size:14px;
	COLOR:#0168b7;
	right:25px;
	top:90px;
	 }
.news_con {padding:0px 0px 0 0px; margin:16px 0 0px 0;overflow:hidden;}
.news_con dl{
	float:left;
	width:80px;
	margin:0px 0 0 0;
	padding:0px;
}
.news_con dl dt{
	font-size:14px;
	line-height:36px;
	text-align: center;
	color: #fff;
	background-color: #01a0ea;
}
.news_con dl dd{
	font-size:12px;
	line-height:24px;
	text-align:center;
	color: #fff;
	background-color: #0168b7;
}
.news_con ul{ float:right;width:400px;margin:0px;padding:0px;}
.news_con ul li {
	padding:0;
	font-size:16px;
	line-height:20px;
	text-align:left;
	color: #333;
	float:left;
	font-weight: normal;
	overflow:hidden;
}
.news_con ul li span { float:left;color: #999;font-size:14px;line-height:1.5; font-weight: lighter;}

/*===========================================================================================园区概况样式=*/
.about_left { float:left; width:495px;margin:25px 0 0px 25px;position: relative;}
.about_right { float: right;width:520px;margin:25px 0px 0px 0; overflow:hidden;}
/*园区简介 */
.about_box {;margin:0 0px 0 0;}
.about_box h2 {
	height:20px;
	font-size:18px;
	text-align: left;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0168b7;
}
.about_box h2 span {
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #333;
	float:left;
} 
.about_more a{
	line-height:20px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	COLOR:#0168b7;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}
.about_con {
	padding:10px 0px 0px 0px;
	min-height:143px;                
    _height:143px;
	box-sizing: border-box;
}
.about_con ul { padding:0 0 0px 0; overflow:auto; zoom:1;}
.about_con ul img{width:100%;height:123px; margin:10px 0 0 0;}
.about_con ul p{font-size:12px;line-height:2.0;text-align: justify;text-indent:2em;color:#666;}
/*领导致辞图标 */
.zzjg_con {
	padding:0px 0px 20px 0px;
	box-sizing: border-box;
}
.zzjg_con ul { padding:0 0 0px 0; overflow:auto; zoom:1;}
.zzjg_con ul li {
	float:left;
	width:237px;
	margin:0px 20px 0px 0px;
    padding:0px;
	height:68px;
	line-height:68px;
	font-size:18px;
	text-align: center;
	background-color:#0a9ee4;
	color:#FFF;
}
.zzjg_con ul li i{font-size:38px;vertical-align:middle;margin:0 10px 0 0;}
.zzjg_con ul li a { display:block; color:#FFF;}
.zzjg_con ul li img {width:100%;height:67px;}
/*园区风景 */
.yq_more a{
	line-height:20px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 25px 0 0;
	padding:0 0 0 0;
	COLOR:#0168b7;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}
.yqfg_con {
	padding:15px 0px 20px 0px;
	box-sizing: border-box;
}
.yqfg_con ul { padding:0 0 0px 0; overflow:auto; zoom:1;}
.yqfg_con ul li {
	float:left;
	width:151px;
	margin:0px 20px 0px 0px;
    padding:0px;
	font-size:18px;
	text-align: center;
	background-color:#0a9ee4;
	color:#FFF;
}
.yqfg_con ul li a { display:block;}
.yqfg_con ul li img {width:100%;height:100px;}
.lxfs_con {
	padding:15px 0px 20px 20px;
	box-sizing: border-box;
}
.lxfs_con ul p{ padding:0 0 0px 0; font-size:16px; line-height:32px;}
.lxfs_con ul p i{ width:30px;color:#09C;}

/*===========================================================================================新闻动态样式=*/
.xw_left { float:left; width:790px;margin:25px 0 0px 25px;}
.xw_right { float: right;width:220px;margin:25px 25px 0px 0; overflow:hidden;}
.xw_img { float: left;width:314px;margin:0px 0px 0px 0; overflow:hidden;}
.xw_img img{width:314px; height:px;}
.xw_news { float: left;width:436px;margin:0px 20px 0px 20px; overflow:hidden;position: relative;}
/*新闻动态滑动门 */
.xw_more a {position:absolute;font-family:Microsoft YaHei;font-size:14px;COLOR:#0168b7;right:0px;top:8px;}
.xw_{height:40px;background-image: url(index_news_bj.gif);background-repeat: repeat-x;background-position: left 35px;}
.xw_ ul{height:40px;float: left;padding:1px 0 0 1px;}
.xw_ li{
	float:left;
    width:120px;
	height:40px;
	line-height:25px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-size:18px;
	text-decoration: none;
	font-weight: normal;
}
.xw_an_a{color:#333;text-decoration: none;}
.xw_an_b{color:#0168b7;text-decoration: none;background: url(index_news_an.gif) no-repeat center bottom;}
.xw_dis{display:block;}
.xw_undis{display:none;}

.xw_con {padding:10px 0 0 0;min-height:143px;_height:143px;}
.xw_con ul {margin:0px;padding:0px;}
.xw_con ul li{
	padding:0;
	font-size: 14px;
	height:32px;
	line-height:32px;
	text-align: left;
	color: #666;
}
.xw_con ul li span {
	float:right;
	color: #666;
	font-size:14px;
}
/*视频新闻 */
.xw_sp { float: left;width:790px;margin:15px 0px 0px 0; overflow:hidden;}
.xw_sp h2 {
	height:20px;
	font-size:18px;
	text-align: left;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0168b7;
}
.xw_sp h2 span {
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #333;
	float:left;
} 
.xw_sp_more a{
	line-height:20px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 20px 0 0;
	padding:0 0 0 0;
	COLOR:#0168b7;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}
.xw_sp_con {
	padding:12px 0px 20px 0px;
	box-sizing: border-box;
}
.xw_sp_con ul { padding:0 0 0px 0; /*overflow:auto;*/ zoom:1;}
.xw_sp_con ul li {
	float:left;
	position: relative; 
	width:185px;
	height:120px;
	margin:0px 10px 0px 0px;
    padding:0px;
    display:inline;
}
.xw_sp_con ul li .sp_bt {position:absolute; z-index:2; bottom:0px;font-size:14px; color:#FFF;width:100%;text-align:center;height:30px;line-height:30px;}
.xw_sp_con ul li .sp_bj {position:absolute; z-index:1; bottom:0px; width:100%;height:30px; background-color: #000;filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7}
.xw_sp_con ul li a { display:block;}
.xw_sp_con ul li img {width:100%;height:120px;}
/*高新报 */
.gxb_more a{
	line-height:20px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	COLOR:#0168b7;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}
.gxb_con {padding:15px 0 0 0;min-height:143px;_height:143px;}
.gxb_con dl {height:226px;margin:0px;padding:0; background-color:#09C; text-align:center;}
.gxb_con dl img{ width:132px;height:184px;margin:20px 0 0 0;}
.gxb_con ul {margin:0px;padding:10px 0 0 0;box-sizing: border-box;height:120px;background-color:#ddd;}
.gxb_con ul li{
	padding:0;
	font-size:14px;
	line-height:24px;
	text-align: center;
	color: #666;
}
.gxb_con ul li span {float:right;color: #666;font-size:14px;}

/*===========================================================================================政务公开样式=*/
.zwgk_bj {width:1035px;margin:25px 0 0px 25px;}
.zwgk_box { float:left;width:323px;margin:0 20px 0 0;overflow: hidden;}
.zwgk_box h2 {
	overflow: hidden;
	font-size:18px;
	text-align: left;
	background-image: url(index_news_bj.gif);
	background-repeat: repeat-x;
	background-position: center 34px;
}
.zwgk_box h2 span {
	width:135px;
	height:40px;
	line-height:20px;
	text-align: center;
	display:block;
	overflow:hidden;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color:#0168b7;
	background-image: url(index_news_an.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float:left;
} 
.zwgk_more a{
	line-height:30px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	COLOR:#0168b7;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}
.zwgk_con{padding:10px 0 0 0;min-height:143px; _height:143px;}
.zwgk_con ul li{
	padding:0;
	font-size:16px;
	height:34px;
	line-height:34px;
	text-align: left;
	color: #333;
}
.zwgk_con ul li span {float:right;color: #666;font-size:14px;}
.zwgk_ico {padding:15px 0px 0px 0px;box-sizing: border-box; float:left;}
.zwgk_ico ul { padding:0px 0 0px 0; overflow:auto; zoom:1;}
.zwgk_ico ul li {
	float:left;
	width:194px;
	margin:0px 10px 10px 0px;
    padding:0px;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align: center;
	background-color:#0a9ee4;
	color:#FFF;
}
.zwgk_ico ul li i{font-size:38px;vertical-align:middle;margin:0 10px 0 0;}
.zwgk_ico ul li a { display:block; color:#FFF;}
.zwgk_ico ul li img {width:100%;height:67px;}

/*===========================================================================================办事服务样式=*/
.bsfw_a { width:605px;padding:0px 0px 0px 0px; margin:25px 0 0 25px;box-sizing: border-box; float:left;}
.bsfw_a ul { padding:0px 0 0px 0; overflow:auto; zoom:1;}
.bsfw_a ul li {
	float:left;
	width:129px;
	margin:0px 20px 10px 0px;
	padding:0px;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-align: center;
	color:#0168b7;
	border: 1px solid #68c3ef;
}
.bsfw_a ul li i{font-size:38px;vertical-align:middle;margin:0 10px 0 0;}
.bsfw_a ul li a { display:block; color:#0168b7;}
.bsfw_a ul li img {width:100%;height:67px;}
.bsfw_b { width:430px;padding:0px 0px 0px 0px;margin:25px 0 0 0px;box-sizing: border-box; float:left;}
.bsfw_b ul { padding:0px 0 0px 0; overflow:auto; zoom:1;}
.bsfw_b ul li {
	float:left;
	width:192px;
	margin:0px 20px 10px 0px;
    padding:0px;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align: center;
	background-color:#0a9ee4;
	color:#FFF;
}
.bsfw_b ul li i{font-size:28px;vertical-align:middle;margin:0 10px 0 0;}
.bsfw_b ul li a { display:block; color:#FFF;}
.bsfw_b ul li img {width:100%;height:67px;}
.bsfw_banner { width:1010px;padding:0px 0px 0px 0px;margin:10px 0 0 25px;box-sizing: border-box; float:left;}
.bsfw_banner img {width:100%;height:170px;}

/*===========================================================================================招商引资样式=*/
.zsyz_left { float:left;width:785px;margin:25px 0px 0 25px;overflow: hidden;}
.zsyz_right { float:left;width:250px;margin:25px 0px 0 0;overflow: hidden;}
.zsyz_more a{
	line-height:20px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	COLOR:#0168b7;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}

.zsyz_img{ float:left;width:372px;margin:0 20px 0 0;overflow: hidden;}
.zsyz_img img{width:100%; height:140px;}
/*主导产业 */
.zdcy{ float:left;width:372px;margin:0 20px 0 0;overflow: hidden;}
.zdcy h2 {
	height:20px;
	font-size:18px;
	text-align: left;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0168b7;
}
.zdcy h2 span {
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #333;
	float:left;
} 

.zdcy_con{padding:8px 0 0 0;min-height:130px; _height:130px;}
.zdcy_con ul { padding:0px 0 0px 0; overflow:auto; zoom:1;}
.zdcy_con ul li {
	float:left;
	width:181px;
	margin:0px 5px 5px 0px;
	padding:0px;
	height:34px;
	line-height:34px;
	font-size:14px;
	text-align: center;
	color:#0168b7;
	background-color:#0a9ee4;
}
.zdcy_con ul li i{font-size:38px;vertical-align:middle;margin:0 10px 0 0;}
.zdcy_con ul li a { display:block; color:#ffffff;}
.zdcy_con ul li img {width:100%;height:67px;}
/*招商动态*/
.zsdt{ float:left;width:372px;margin:0 20px 0 0;overflow: hidden;}
.zsdt h2 {
	height:20px;
	font-size:18px;
	text-align: left;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0168b7;
}
.zsdt h2 span {
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #333;
	float:left;
} 
.zsdt_con{padding:10px 0 0 0;min-height:143px; _height:143px;}
.zsdt_con ul li{
	padding:0;
	font-size:14px;
	height:30px;
	line-height:30px;
	text-align: left;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;
}
.zsdt_con ul li span {float:right;color: #666;font-size:14px;}
/*投资链接图片*/
.touzi_link {padding:0px 0px 0px 0px;box-sizing: border-box;}
.touzi_link ul { padding:0 0 0px 0; overflow:auto; zoom:1;}
.touzi_link ul li {
	float:left;
	position: relative; 
	width:225px;
	height:115px;
	margin:0px 0px 15px 0px;
    padding:0px;
    display:inline;
}
.touzi_link ul li .tz_bt {position:absolute; z-index:2; bottom:0px;font-size:18px; color:#FFF;width:100%;text-align:center;height:40px;line-height:40px;}
.touzi_link ul li .tz_bj {position:absolute; z-index:1; bottom:0px; width:100%;height:40px; background-color:#0a9ee4;filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9}
.touzi_link ul li a { display:block;}
.touzi_link ul li img {width:100%;height:115px;}

/*===========================================================================================活动交流样式=*/
.hd_left { float:left;width:390px;margin:25px 0px 0 25px;overflow: hidden;}
.hd_right { float:left;width:620px;margin:25px 25px 0 0;overflow: hidden;}
/*留言按钮*/
.liuyan{padding:0px 0 0 0;}
.liuyan ul { padding:0px 0 0px 0; overflow:auto; zoom:1;}
.liuyan ul li {
	float:left;
	width:181px;
	margin:0px 10px 0px 0px;
	padding:0px;
	height:90px;
	line-height:34px;
	font-size:18px;
	text-align: center;
	color:#0168b7;
	background-color:#0a9ee4;
}
.liuyan ul li i{font-size:38px;vertical-align:middle;margin:10px 0px 0 0;}
.liuyan ul li a { display:block; color:#ffffff;}
.liuyan ul li img {width:100%;height:67px;}
/*互动链接图片*/
.hd_link {padding:20px 0px 0px 0px;box-sizing: border-box;}
.hd_link ul { padding:0 0 0px 0; overflow:auto; zoom:1;}
.hd_link ul li {
	float:left;
	position: relative; 
	width:372px;
	height:266px;
	margin:0px 0px 0px 0px;
    padding:0px;
    display:inline;
}
.hd_link ul li .hdlk_ico {position:absolute;z-index:2;right:20px;bottom:10px;width:25px;height:49px;background-image: url(hdlk_ico.gif);background-repeat: no-repeat;background-position: center center;}
.hd_link ul li .hdlk_bj {position:absolute; z-index:1;right:0px;bottom:0px; width:70px;height:70px; background-color:#0a9ee4;filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9}
.hd_link ul li a { display:block;}
.hd_link ul li img {width:100%;height:266px;}
/*互动滑动门*/
.hd_more a {position:absolute;font-family:Microsoft YaHei;font-size:14px;COLOR:#0168b7;right:25px;top:83px;}
.hd_{height:40px;background-image: url(index_news_bj.gif);background-repeat: repeat-x;background-position: left 35px;}
.hd_ ul{height:40px;float: left;padding:1px 0 0 1px;}
.hd_ li{
	float:left;
    width:120px;
	height:40px;
	line-height:25px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-size:18px;
	text-decoration: none;
	font-weight: normal;
}
.hd_an_a{color:#333;text-decoration: none;}
.hd_an_b{color:#0168b7;text-decoration: none;background: url(index_news_an.gif) no-repeat center bottom;}
.hd_dis{display:block; padding:12px 0 0 0; font-size:14px;}
.hd_bt{font-size:14px; font-weight:bold;}
.hd_undis{display:none;}

/*============================================================================================页面底部=*/
#bottom{
	width:100%;
	padding:20px 0 10px 0;
	margin: auto;
	text-align: center;
	background-image: url(bottom_bj.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #008cd7;
}
.foot_box{width:700px; margin:auto; overflow:hidden;}
.foot_ico_1{float: left;}
.foot{margin:0 40px 0 40px; text-align:center; float:left;}
.foot dl dd{ padding:0; color:#fff;font-family:Microsoft YaHei; font-size:12px;line-height:1.6;}
.foot dl dd a{ color: #fff;}
.foot_ico_2{float: left;}

/*===================================================================================================页面主体设定=*/
#content{
	margin:auto;
	WIDTH:1060px;

	padding:20px 0 0 0;
	overflow: hidden;
}
/*==================内容板块=*/
#index_bj {
	margin:0px auto 20px auto;
	WIDTH:1060px;
	padding:0px 0 0px 0px;
	overflow: hidden;
    }
.left { float:left; width:700px;margin:0px 0 0px 0px;position: relative;}
.right { float: right;width:340px;margin:0px 0px 0px 0; overflow:hidden;}

/*通知招标滑动门 */
.side_{
	height:43px;
	background-image: url(zhuanti_bt_bj.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.side_ ul{

    height:43px;
	float: left;
	padding:0;
}
.side_ li{
	float:left;
    width:160px;
	height:43px;
	line-height:43px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-size:18px;
	text-decoration: none;
	font-weight: normal;
}
.side_an_a{color:#ffffff;text-decoration: none;}
.side_an_b{color:#ffffff;text-decoration: none;background: #78a611;}
.side_dis{display:block;}
.side_undis{display:none;}
.side_more a { 
    position:absolute;
	font-family:Microsoft YaHei;
	font-size:14px;
	color:#fff;
	right:20px;
	top:12px;
	z-index:1;
	 }
.side_con {padding:15px 0 0 0;min-height:143px;_height:143px;}
.side_con ul {margin:0px;padding:0px;}

.side_con ul li{
	padding:0;
	font-size: 16px;
	height:38px;
	line-height:38px;
	text-align: left;
	color: #666;
	list-style-type: disc;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
}
.side_con ul li span {
	float:right;
	color: #666;
	font-size:14px;
}
/*专题专栏 */
.zhuanti_box {;margin:0 0px 0 0;}
.zhuanti_box h2 {
	height:43px;
	font-size:18px;
	text-align: left;
	background-image: url(zhuanti_bt_bj.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #b8d201;
}
.zhuanti_box h2 span {
	height:43px;
	line-height:43px;
	padding:0 0 0 20px;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #fff;
	float:left;
} 
.zhuanti_more a{
	line-height:43px;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 20px 0 0;
	padding:0 0 0 0;
	COLOR: #fff;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
}
.zhuanti_con {
	padding:20px 20px 15px 20px;
	min-height:143px;                
    _height:143px;
	background-color:#b8d201;
	box-sizing: border-box;
}
.zhuanti_con ul { padding:0 0 0px 0; overflow:auto; zoom:1;}
.zhuanti_con ul li {
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
    padding:0px;
	font-size:14px;
	text-align: center; 
}
.zhuanti_con ul li a { display:block;}
.zhuanti_con ul li img {width:100%;height:50px;}
/*首页banner*/
#index_banner {margin:0px auto 20px auto;WIDTH:1060px;padding:0px 0 0px 0px;overflow: hidden;}
#index_banner img{WIDTH:100%; height:90px;}

/*首页链接项目*/
#index_link {
	margin:0px auto 20px auto;
	WIDTH:1060px;
	padding:0px 0 0px 60px;
	overflow: hidden;
    }
.link_box {float:left; margin:0 30px 0 0px;}
.link_box select::-ms-expand{display:none;}
.link_box select{
	width:160px;
	height:30px;
	line-height:30px;
  appearance:none;
 -moz-appearance:none;
}
				